Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
admin
/
resources
/
views
/
School
/
Sections
/
Filename :
fullcalendar-events.blade.php
back
Copy
@foreach($student_attendence as $attend) @if (! (new Carbon\Carbon($attend['date']))-> isFuture() ) { title: '{{ $attend["present"] ? "Present" : ($attend["holiday"] ? "Holiday" : "Absent") }}', start: '{{ $attend["date"] }}', color: '{{ $attend["present"] ? "green" : ($attend["holiday"] ? "blue" : "red") }}' }, @endif @endforeach